MPIPolygonRanking

@Serializable
data class MPIPolygonRanking(val polygonId: String, val entranceNodeId: String? = null, val score: Double)

MPIPolygonRanking represents the ranking of a MPINavigatable.MPIPolygon.

Constructors

Link copied to clipboard
constructor(polygonId: String, entranceNodeId: String? = null, score: Double)

Properties

Link copied to clipboard
val entranceNodeId: String? = null

Id of an entrance MPINavigatable.MPINode

Link copied to clipboard
Link copied to clipboard

score representing the display priority of a MPINavigatable.MPIPolygon